home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / pbuild6 / readme.txt < prev   
Encoding:
Text File  |  1999-01-22  |  1.2 KB  |  22 lines

  1. This is the revised procedure builder template for VB6
  2.  
  3. To use it load the project into VB6 and run AddToINI from the immediate window. This adds info to VBADDINI.INI. It also writes to the registry the Author and Organisation details (mine initially but these can be changed). Then compile the project and it should be available to Add-In Manager. Select Procedure Builder and set its load behavour to loaded from Add-in Manager which will make it available from the Add-Ins Menu.
  4.  
  5. It has new facilities over the VB 5 version including ...
  6.  
  7. Ability to include friend functions/subroutines
  8. Error template uses err.raise in class modules rather than a message box
  9. Can add comment and/or error template to an existing procedure or function. It also now works
  10. with property get/let/sets.
  11. I've replaced the rather cludgy listboxes for parameter input with a list view control.
  12.  
  13. I've tested it as much as possible but if there are any problems let me know and I will attempt to fix them... or since you have the source code you can fix it yourself...
  14.  
  15. I would appreciate any feedback.
  16.  
  17. I use it and I find it useful - hope you do the same..
  18.  
  19. Cheers
  20.  
  21. Mark Kirkland
  22. mark.kirkland@brighton-healthcare.com